home *** CD-ROM | disk | FTP | other *** search
- This routine sets the style of the button's title.
-
- Parameter 1:
- Number of characters to skip in the button's name in order to obtain the title to display. (The default value is 1)
- Example :
- If your button is called gb_toto, you pass 3 so that the button's title to be displayed is "toto".
-
- Parameter 2:
- The font used by default for the button's title. By default the font is Chicago.
-
- Parameter 3:
- The size by default for the button's title. By default the size is 12.
-
- Parameter 4:
- The style by default for the button's title. By default the value si 0, which is plain.
-
- NOTE: If you pass -1 to one of the parameters, such as: font, size, style, the previous value will be conserved.
-
- Written by François Marchal, © ACI 1991. Detailed description and source code in MPW Pascal.